In This Topic
Gets the view item (element) at the specified ordinal position.
Syntax
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As
public this[
int
]; {get;}
Parameters
- ordinal
- The zero-based ordinal position of the view item.
See Also